Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCustomDialog
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label2 = New System.Windows.Forms.Label()
26         Me.btnOK = New System.Windows.Forms.Button()
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.Panel1.SuspendLayout()
29         Me.SuspendLayout()
30         
'
31         
'Label2
32         
'
33         Me.Label2.AutoSize = True
34         Me.Label2.Font = New System.Drawing.Font(
"Segoe UI Semibold", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
35         Me.Label2.ForeColor = System.Drawing.Color.Black
36         Me.Label2.Location = New System.Drawing.Point(
51, 50)
37         Me.Label2.Name =
"Label2"
38         Me.Label2.Size = New System.Drawing.Size(
304, 40)
39         Me.Label2.TabIndex =
31
40         Me.Label2.Text =
"Successfully changed."
41         
'
42         
'btnOK
43         
'
44         Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup
45         Me.btnOK.Font = New System.Drawing.Font(
"Segoe UI Semibold", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
46         Me.btnOK.Location = New System.Drawing.Point(
149, 169)
47         Me.btnOK.Name =
"btnOK"
48         Me.btnOK.Size = New System.Drawing.Size(
98, 62)
49         Me.btnOK.TabIndex =
32
50         Me.btnOK.Text =
"OK"
51         Me.btnOK.UseVisualStyleBackColor = True
52         
'
53         
'Panel1
54         
'
55         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
56         Me.Panel1.Controls.Add(Me.Label2)
57         Me.Panel1.Controls.Add(Me.btnOK)
58         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
59         Me.Panel1.Location = New System.Drawing.Point(
0, 0)
60         Me.Panel1.Name =
"Panel1"
61         Me.Panel1.Size = New System.Drawing.Size(
401, 261)
62         Me.Panel1.TabIndex =
33
63         
'
64         
'frmCustomDialog5
65         
'
66         Me.AcceptButton = Me.btnOK
67         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
68         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
69         Me.BackColor = System.Drawing.Color.White
70         Me.ClientSize = New System.Drawing.Size(
401, 261)
71         Me.Controls.Add(Me.Panel1)
72         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
73         Me.Name =
"frmCustomDialog5"
74         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
75         Me.Panel1.ResumeLayout(False)
76         Me.Panel1.PerformLayout()
77         Me.ResumeLayout(False)
78
79     End Sub
80     Friend WithEvents Label2 As System.Windows.Forms.Label
81     Friend WithEvents btnOK As System.Windows.Forms.Button
82     Friend WithEvents Panel1 As System.Windows.Forms.Panel
83 End Class


Gõ tìm kiếm nhanh...